home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form2
- BorderStyle = 3 'Fixed Double
- Caption = "About Setup Apprentice ..."
- ClientHeight = 1620
- ClientLeft = 1995
- ClientTop = 2835
- ClientWidth = 6015
- ControlBox = 0 'False
- Height = 2025
- Left = 1935
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1620
- ScaleWidth = 6015
- Top = 2490
- Width = 6135
- Begin CommandButton Command1
- Caption = "OK"
- Default = -1 'True
- Height = 375
- Left = 4680
- TabIndex = 4
- Top = 240
- Width = 1095
- End
- Begin PictureBox Picture1
- BorderStyle = 0 'None
- Height = 495
- Left = 240
- Picture = SA_ABOUT.FRX:0000
- ScaleHeight = 495
- ScaleWidth = 495
- TabIndex = 0
- Top = 240
- Width = 495
- End
- Begin Label Label3
- Caption = "Copyright 1994 by Mabry Software"
- Height = 255
- Left = 1080
- TabIndex = 3
- Top = 1200
- Width = 3255
- End
- Begin Label Label2
- Caption = "Version 1.00"
- Height = 255
- Left = 1080
- TabIndex = 2
- Top = 600
- Width = 2295
- End
- Begin Label Label1
- Caption = "Setup Apprentice Setup"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 375
- Left = 1080
- TabIndex = 1
- Top = 240
- Width = 3255
- End
- Option Explicit
- Sub Command1_Click ()
- Form2.Hide
- End Sub
-